
html,body{
    width:100%;
    height:100%;
}

#app{
   position: relative;
}

.loginpage-er-login{
       padding: 20px 40px;
       width: 27rem;
       background: rgba(255, 255, 255, 0.4);
       flex: 0 0 27rem;
       border-radius: 3px;
       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.er-login .el-tabs__nav-wrap::after {
    background-color: rgba(0,0,0,0);
}
.er-login .el-tabs__nav-wrap{
    padding:0;
}
.third-party-title::before,
.third-party-title::after{
    border-color:#fff;
}
.er-login-page{
    width: 100%;
    height: 700px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.loginpage-er-logincontent{
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    font-size: 58px;
    margin-right:30px;
}

.DY10009_1_0_1_wrap{
    width:1200px;
    margin:auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}